Xbasic

SQL::DatabaseSnapshotAddTable Method

Syntax

L AddTable (Table as SQL::TableSnapshot)

Arguments

TableSQL::TableSnapshot

A snapshot of an individual table.

Description

Add a SQL::TableSnapshot object to the collection of tables.

Discussion

Adds a snapshot of an individual table to the database snapshot. Returns true if a table was added and false if there was an error.